From 306d6de615cf407179187b7bb7ed069433ad00a7 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 24 Jun 2012 18:24:06 -0500 Subject: [PATCH] Don't switch to -O1 for m68k and ia64; hopefully unnecessary now. --- debian/rules | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/debian/rules b/debian/rules index ba99afef2af..e74e21b2691 100755 --- a/debian/rules +++ b/debian/rules @@ -108,15 +108,8 @@ CPPFLAGS = `dpkg-buildflags --get CPPFLAGS` LDFLAGS += -g ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - ifneq (,$(filter $(DEB_HOST_ARCH),m68k ia64)) - # Fix a problem with newer versions of gcc on m68k and ia64. - # There -O2 causes a build failure (broken byte compiler) - see - # bugs #207580 and #582439. - CFLAGS += -O1 - else # neq (m68k or ia64) - CFLAGS += -O2 - endif # neq (m68k or ia64) -endif # not noopt + CFLAGS += -O2 +endif joblimit := $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) ifeq (,$(joblimit)) -- 2.30.2